home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / CYYPORT.IN_ / cyyport.inf
Encoding:
Windows Setup INFormation  |  2003-03-24  |  4.6 KB  |  155 lines

  1. ;cyyport.inf
  2. ;Copyright (c) 2000-2001 Cyclades Corporation
  3.  
  4. [version]
  5. Signature   = "$Windows NT$"
  6. Class       = Ports
  7. ClassGUID   = {4d36e978-e325-11ce-bfc1-08002be10318}
  8. Provider    = %Cyclades%
  9. LayoutFile  = layout.inf
  10. DriverVer   =10/01/2002,5.2.3790.0
  11.  
  12.  
  13. [DestinationDirs]
  14. system_dir = 11     ; %windir%\system32
  15. driver_dir = 12        ; %windir%\system32\drivers
  16.  
  17. [Manufacturer]
  18. %Cyclades%     = Cyclades
  19.  
  20. [Cyclades]
  21. ; DisplayName    Section     DeviceID
  22. ; -----------    -------     --------
  23. %CyclomyPort1%  = y_inst.nt, Cyclom-Y\Port1
  24. %CyclomyPort2%  = y_inst.nt, Cyclom-Y\Port2
  25. %CyclomyPort3%  = y_inst.nt, Cyclom-Y\Port3
  26. %CyclomyPort4%  = y_inst.nt, Cyclom-Y\Port4
  27. %CyclomyPort5%  = y_inst.nt, Cyclom-Y\Port5
  28. %CyclomyPort6%  = y_inst.nt, Cyclom-Y\Port6
  29. %CyclomyPort7%  = y_inst.nt, Cyclom-Y\Port7
  30. %CyclomyPort8%  = y_inst.nt, Cyclom-Y\Port8
  31. %CyclomyPort9%  = y_inst.nt, Cyclom-Y\Port9
  32. %CyclomyPort10% = y_inst.nt, Cyclom-Y\Port10
  33. %CyclomyPort11% = y_inst.nt, Cyclom-Y\Port11
  34. %CyclomyPort12% = y_inst.nt, Cyclom-Y\Port12
  35. %CyclomyPort13% = y_inst.nt, Cyclom-Y\Port13
  36. %CyclomyPort14% = y_inst.nt, Cyclom-Y\Port14
  37. %CyclomyPort15% = y_inst.nt, Cyclom-Y\Port15
  38. %CyclomyPort16% = y_inst.nt, Cyclom-Y\Port16
  39. %CyclomyPort17% = y_inst.nt, Cyclom-Y\Port17
  40. %CyclomyPort18% = y_inst.nt, Cyclom-Y\Port18
  41. %CyclomyPort19% = y_inst.nt, Cyclom-Y\Port19
  42. %CyclomyPort20% = y_inst.nt, Cyclom-Y\Port20
  43. %CyclomyPort21% = y_inst.nt, Cyclom-Y\Port21
  44. %CyclomyPort22% = y_inst.nt, Cyclom-Y\Port22
  45. %CyclomyPort23% = y_inst.nt, Cyclom-Y\Port23
  46. %CyclomyPort24% = y_inst.nt, Cyclom-Y\Port24
  47. %CyclomyPort25% = y_inst.nt, Cyclom-Y\Port25
  48. %CyclomyPort26% = y_inst.nt, Cyclom-Y\Port26
  49. %CyclomyPort27% = y_inst.nt, Cyclom-Y\Port27
  50. %CyclomyPort28% = y_inst.nt, Cyclom-Y\Port28
  51. %CyclomyPort29% = y_inst.nt, Cyclom-Y\Port29
  52. %CyclomyPort30% = y_inst.nt, Cyclom-Y\Port30
  53. %CyclomyPort31% = y_inst.nt, Cyclom-Y\Port31
  54. %CyclomyPort32% = y_inst.nt, Cyclom-Y\Port32
  55.  
  56. [ControlFlags]
  57. ExcludeFromSelect = *
  58.  
  59. ;-----------------------------------------------
  60. ; y_inst.nt section
  61. ;-----------------------------------------------
  62.  
  63. [y_inst.nt]
  64. CopyFiles  = driver_dir
  65. AddReg     = y_reg
  66.  
  67. [y_inst.nt.HW]
  68. AddReg     = y_HW_reg
  69.  
  70. [y_inst.nt.Services]
  71. AddService = cyyport, 0x00000002, y_service_inst, y_eventlog_inst
  72.  
  73. [y_inst.nt.CoInstallers]
  74. CopyFiles  = system_dir
  75. AddReg     = y_coinst_reg
  76.  
  77. ;-----------------------------------------------
  78.  
  79. [y_reg]
  80. HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
  81. HKR,,EnumAdvancedDialog,,"CyyPorts.dll,CyyportAdvancedDialog"
  82.  
  83. [y_HW_reg]
  84. HKR,,"UpperFilters",0x00010000,"serenum"
  85.  
  86. [y_service_inst]
  87. DisplayName     = %Y_Service_DispName%
  88. ServiceType     = 1     ;SERVICE_KERNEL_DRIVER
  89. StartType       = 3     ;SERVICE_DEMAND_START
  90. ErrorControl    = 1     ;SERVICE_ERROR_NORMAL
  91. ServiceBinary   = %12%\cyyport.sys
  92. LoadOrderGroup  = ExtendedBase
  93.  
  94. [y_eventlog_inst]
  95. AddReg = y_eventlog_reg
  96.  
  97. [y_eventlog_reg]
  98. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\cyyport.sys"
  99. HKR,, TypesSupported,  0x00010001, 7
  100.  
  101. [y_coinst_reg]
  102. HKR,,CoInstallers32,0x00010000,"cyyports.dll,CyyportCoInstaller"
  103.  
  104. [driver_dir]
  105. cyyport.sys
  106.  
  107. [system_dir]
  108. cyyports.dll
  109.  
  110.  
  111.  
  112. ;-----------------------------------------------
  113. ; Strings section
  114. ;-----------------------------------------------
  115.  
  116. [Strings]
  117. Cyclades   = "Cyclades Corporation"
  118.  
  119. CyclomyPort1 =  "Cyclom-Y Port  1"
  120. CyclomyPort2 =  "Cyclom-Y Port  2"
  121. CyclomyPort3 =  "Cyclom-Y Port  3"
  122. CyclomyPort4 =  "Cyclom-Y Port  4"
  123. CyclomyPort5 =  "Cyclom-Y Port  5"
  124. CyclomyPort6 =  "Cyclom-Y Port  6"
  125. CyclomyPort7 =  "Cyclom-Y Port  7"
  126. CyclomyPort8 =  "Cyclom-Y Port  8"
  127. CyclomyPort9 =  "Cyclom-Y Port  9"
  128. CyclomyPort10 = "Cyclom-Y Port 10"
  129. CyclomyPort11 = "Cyclom-Y Port 11"
  130. CyclomyPort12 = "Cyclom-Y Port 12"
  131. CyclomyPort13 = "Cyclom-Y Port 13"
  132. CyclomyPort14 = "Cyclom-Y Port 14"
  133. CyclomyPort15 = "Cyclom-Y Port 15"
  134. CyclomyPort16 = "Cyclom-Y Port 16"
  135. CyclomyPort17 = "Cyclom-Y Port 17"
  136. CyclomyPort18 = "Cyclom-Y Port 18"
  137. CyclomyPort19 = "Cyclom-Y Port 19"
  138. CyclomyPort20 = "Cyclom-Y Port 20"
  139. CyclomyPort21 = "Cyclom-Y Port 21"
  140. CyclomyPort22 = "Cyclom-Y Port 22"
  141. CyclomyPort23 = "Cyclom-Y Port 23"
  142. CyclomyPort24 = "Cyclom-Y Port 24"
  143. CyclomyPort25 = "Cyclom-Y Port 25"
  144. CyclomyPort26 = "Cyclom-Y Port 26"
  145. CyclomyPort27 = "Cyclom-Y Port 27"
  146. CyclomyPort28 = "Cyclom-Y Port 28"
  147. CyclomyPort29 = "Cyclom-Y Port 29"
  148. CyclomyPort30 = "Cyclom-Y Port 30"
  149. CyclomyPort31 = "Cyclom-Y Port 31"
  150. CyclomyPort32 = "Cyclom-Y Port 32"
  151.  
  152. Y_Service_DispName = "Cyclom-Y Port Driver"
  153.  
  154.  
  155.